public class SecretKeyData extends ASN1Object
SecretKeyData ::= SEQUENCE {
keyAlgorithm OBJECT IDENTIFIER,
keyBytes OCTET STRING
}
| Constructor and Description |
|---|
SecretKeyData(ASN1ObjectIdentifier keyAlgorithm,
byte[] keyBytes) |
| Modifier and Type | Method and Description |
|---|---|
static SecretKeyData |
getInstance(Object o) |
ASN1ObjectIdentifier |
getKeyAlgorithm() |
byte[] |
getKeyBytes() |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Objectpublic SecretKeyData(ASN1ObjectIdentifier keyAlgorithm, byte[] keyBytes)
public static SecretKeyData getInstance(Object o)
public byte[] getKeyBytes()
public ASN1ObjectIdentifier getKeyAlgorithm()
public ASN1Primitive toASN1Primitive()
ASN1ObjecttoASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1ObjectCopyright © 2015–2020 The veraPDF Consortium. All rights reserved.