public class DERT61String extends ASN1T61String
Constructor and Description |
---|
DERT61String(byte[] string)
Basic constructor - string encoded as a sequence of bytes.
|
DERT61String(java.lang.String string)
Basic constructor - with string 8 bit assumed.
|
getInstance, getInstance, getOctets, getString, hashCode, toString
encodeTo, encodeTo, equals, equals, equals, fromByteArray, toASN1Primitive
getEncoded, getEncoded, hasEncodedTagValue
public DERT61String(java.lang.String string)
string
- the string to be wrapped.public DERT61String(byte[] string)
string
- the byte encoding of the string to be wrapped.