| Package | Description | 
|---|---|
| io.netty.handler.ssl | SSL ·
 TLS implementation based on  SSLEngine | 
| Modifier and Type | Method and Description | 
|---|---|
| PemPrivateKey | PemPrivateKey. copy() | 
| PemPrivateKey | PemPrivateKey. duplicate() | 
| PemPrivateKey | PemPrivateKey. retain() | 
| PemPrivateKey | PemPrivateKey. retain(int increment) | 
| static PemPrivateKey | PemPrivateKey. valueOf(byte[] key)Creates a  PemPrivateKeyfrom rawbyte[]. | 
| static PemPrivateKey | PemPrivateKey. valueOf(ByteBuf key)Creates a  PemPrivateKeyfrom rawByteBuf. | 
Copyright © 2008–2018 The Netty Project. All rights reserved.