Searched defs:fromOctetString (Results 1 – 11 of 11) sorted by relevance
157 static ASN1Enumerated fromOctetString(byte[] enc) in fromOctetString() method in ASN1Enumerated
141 static DLBitString fromOctetString(byte[] bytes) in fromOctetString() method in DLBitString
144 static DERBitString fromOctetString(byte[] bytes) in fromOctetString() method in DERBitString
198 static ASN1Boolean fromOctetString(byte[] value) in fromOctetString() method in ASN1Boolean
480 static ASN1ObjectIdentifier fromOctetString(byte[] enc) in fromOctetString() method in ASN1ObjectIdentifier
155 static ASN1Enumerated fromOctetString(byte[] enc) in fromOctetString() method in ASN1Enumerated
139 static DERBitString fromOctetString(byte[] bytes) in fromOctetString() method in DERBitString
139 static DLBitString fromOctetString(byte[] bytes) in fromOctetString() method in DLBitString
196 static ASN1Boolean fromOctetString(byte[] value) in fromOctetString() method in ASN1Boolean
474 static ASN1ObjectIdentifier fromOctetString(byte[] enc) in fromOctetString() method in ASN1ObjectIdentifier
631 def fromOctetString(cls, value, internalFormat=False, prepend=None, padding=0): member in BitString