com.sun.wsit.security
Class SunKeyIdentifierSPI

java.lang.Object
  extended by com.sun.xml.wss.core.reference.KeyIdentifierSPI
      extended by com.sun.wsit.security.SunKeyIdentifierSPI

public class SunKeyIdentifierSPI
extends KeyIdentifierSPI

Author:
sk112103

Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.xml.wss.core.reference.KeyIdentifierSPI
KeyIdentifierSPI.KeyIdentifierSPIException
 
Field Summary
 
Fields inherited from class com.sun.xml.wss.core.reference.KeyIdentifierSPI
ibmVmVendor, isIBMVM, isSunVM, SUBJECT_KEY_IDENTIFIER_OID, sunVmVendor, vmVendor
 
Constructor Summary
SunKeyIdentifierSPI()
          Creates a new instance of SunKeyIdentifierSPI
 
Method Summary
 byte[] getSubjectKeyIdentifier(X509Certificate cert)
           
 
Methods inherited from class com.sun.xml.wss.core.reference.KeyIdentifierSPI
getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SunKeyIdentifierSPI

public SunKeyIdentifierSPI()
Creates a new instance of SunKeyIdentifierSPI

Method Detail

getSubjectKeyIdentifier

public byte[] getSubjectKeyIdentifier(X509Certificate cert)
                               throws KeyIdentifierSPI.KeyIdentifierSPIException
Specified by:
getSubjectKeyIdentifier in class KeyIdentifierSPI
Throws:
KeyIdentifierSPI.KeyIdentifierSPIException


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.