Searched defs:fromOctetString (Results 1 – 16 of 16) sorted by relevance
127 static DLBitString fromOctetString(byte[] bytes) in fromOctetString() method in DLBitString
143 static DERBitString fromOctetString(byte[] bytes) in fromOctetString() method in DERBitString
167 static ASN1Boolean fromOctetString(byte[] value) in fromOctetString() method in ASN1Boolean
186 static ASN1Enumerated fromOctetString(byte[] enc) in fromOctetString() method in ASN1Enumerated
475 static ASN1ObjectIdentifier fromOctetString(byte[] enc) in fromOctetString() method in ASN1ObjectIdentifier
125 static DLBitString fromOctetString(byte[] bytes) in fromOctetString() method in DLBitString
141 static DERBitString fromOctetString(byte[] bytes) in fromOctetString() method in DERBitString
165 static ASN1Boolean fromOctetString(byte[] value) in fromOctetString() method in ASN1Boolean
184 static ASN1Enumerated fromOctetString(byte[] enc) in fromOctetString() method in ASN1Enumerated
473 static ASN1ObjectIdentifier fromOctetString(byte[] enc) in fromOctetString() method in ASN1ObjectIdentifier
144 static DERBitString fromOctetString(byte[] bytes) in fromOctetString() method in DERBitString
643 def fromOctetString(cls, value, internalFormat=False, prepend=None, padding=0): member in BitString