gnu.crypto.pki.ext

Class AuthorityKeyIdentifier


public class AuthorityKeyIdentifier
extends Extension.Value

Field Summary

static OID
ID

Fields inherited from class gnu.crypto.pki.ext.Extension.Value

encoded

Constructor Summary

AuthorityKeyIdentifier(byte[] encoded)

Method Summary

GeneralNames
getAuthorityCertIssuer()
BigInteger
getAuthorityCertSerialNumber()
byte[]
getKeyIdentifier()
String
toString()

Methods inherited from class gnu.crypto.pki.ext.Extension.Value

equals, getEncoded, toString

Field Details

ID

public static final OID ID

Constructor Details

AuthorityKeyIdentifier

public AuthorityKeyIdentifier(byte[] encoded)
            throws IOException

Method Details

getAuthorityCertIssuer

public GeneralNames getAuthorityCertIssuer()

getAuthorityCertSerialNumber

public BigInteger getAuthorityCertSerialNumber()

getKeyIdentifier

public byte[] getKeyIdentifier()

toString

public String toString()
Overrides:
toString in interface Extension.Value

Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.