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. |
contentrefCnt, release, releaseboolean isSensitive()
true if the PEM encoded value is considered
sensitive information such as a private key.PemEncoded copy()
ByteBufHolderByteBufHolder.copy in interface ByteBufHolderPemEncoded duplicate()
ByteBufHolderByteBufHolder. Be aware that this will not automatically call ByteBufHolder.retain().duplicate in interface ByteBufHolderPemEncoded retain()
ReferenceCounted1.retain in interface ByteBufHolderretain in interface ReferenceCountedPemEncoded retain(int increment)
ReferenceCountedincrement.retain in interface ByteBufHolderretain in interface ReferenceCounted