public class OriginatorPublicKey extends Asn1SequenceType
| Modifier and Type | Class and Description |
|---|---|
protected static class |
OriginatorPublicKey.OriginatorPublicKeyField |
Asn1Type.EncodingTypebodyLength, outerEncodeable| Constructor and Description |
|---|
OriginatorPublicKey() |
| Modifier and Type | Method and Description |
|---|---|
AlgorithmIdentifier |
getAlgorithm() |
Asn1BitString |
getPublicKey() |
void |
setAlgorithm(AlgorithmIdentifier algorithm) |
void |
setPublicKey(Asn1BitString publicKey) |
createCollectiondecodeBody, dumpWith, encodeBody, encodingBodyLength, getFieldAs, getFieldAsAny, getFieldAsInteger, getFieldAsObjId, getFieldAsOctets, getFieldAsString, setAnyFieldValueType, setFieldAs, setFieldAsAny, setFieldAsInt, setFieldAsInt, setFieldAsObjId, setFieldAsOctetsgetValue, setValue, toStringdecode, decode, decode, encode, encode, encodingHeaderLength, encodingLength, getBodyLength, getHeaderLength, isBER, isCER, isDefinitiveLength, isDER, isImplicit, isPrimitive, resetBodyLength, taggedDecode, taggedDecode, taggedDecode, taggedEncode, taggedEncode, taggedEncodingLength, useBER, useCER, useDefinitiveLength, useDER, useImplicit, usePrimitiveisAppSpecific, isCollection, isContextSpecific, isEOC, isNull, isSimple, isTagSpecific, isUniversal, simpleInfo, tag, tagFlags, tagNopublic AlgorithmIdentifier getAlgorithm()
public void setAlgorithm(AlgorithmIdentifier algorithm)
public Asn1BitString getPublicKey()
public void setPublicKey(Asn1BitString publicKey)
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.