interface PemEncoded extends ByteBufHolder
Modifier and Type | Method and Description |
---|---|
PemEncoded |
copy()
Create a deep copy of this
ByteBufHolder . |
PemEncoded |
duplicate()
Duplicate the
ByteBufHolder . |
boolean |
isSensitive()
Returns
true if the PEM encoded value is considered
sensitive information such as a private key. |
PemEncoded |
retain()
Increases the reference count by
1 . |
PemEncoded |
retain(int increment)
Increases the reference count by the specified
increment . |
content
refCnt, release, release
boolean isSensitive()
true
if the PEM encoded value is considered
sensitive information such as a private key.PemEncoded copy()
ByteBufHolder
ByteBufHolder
.copy
in interface ByteBufHolder
PemEncoded duplicate()
ByteBufHolder
ByteBufHolder
. Be aware that this will not automatically call ByteBufHolder.retain()
.duplicate
in interface ByteBufHolder
PemEncoded retain()
ReferenceCounted
1
.retain
in interface ByteBufHolder
retain
in interface ReferenceCounted
PemEncoded retain(int increment)
ReferenceCounted
increment
.retain
in interface ByteBufHolder
retain
in interface ReferenceCounted