public class GroupLinkageValue extends ASN1Object
GroupLinkageValue ::= SEQUENCE { jValue OCTET STRING (SIZE(4)) value OCTET STRING (SIZE(9)) }
Modifier and Type | Method and Description |
---|---|
static GroupLinkageValue |
getInstance(Object src) |
byte[] |
getJValue() |
byte[] |
getValue() |
ASN1Primitive |
toASN1Primitive() |
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
public static GroupLinkageValue getInstance(Object src)
public byte[] getJValue()
public byte[] getValue()
public ASN1Primitive toASN1Primitive()
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object
Copyright © 2021 BouncyCastle.org. All rights reserved.