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