Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

oracle.apps.fnd.applcore.attachments.model.entity.documents
Class AttachmentsKeystore

java.lang.Object
  extended by oracle.apps.fnd.applcore.attachments.model.entity.documents.AttachmentsKeystore

public class AttachmentsKeystore
extends java.lang.Object


Method Summary
 java.lang.String getFingerPrint()
           
static AttachmentsKeystore getInstance()
           
 java.security.PrivateKey getPrivateKey()
           
 java.security.cert.X509Certificate getPublicCertificate()
          return the public certificate used to create the digital signature
static void reset()
          Resets the AttachmentsKeystore to its initial state.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static AttachmentsKeystore getInstance()
Returns:
a single instance of this class. If already intantiated the existing instance of the class is returned. Otherwise, a new instance of the class is created which will be returned by this and subsequent calls to this method.

getPrivateKey

public java.security.PrivateKey getPrivateKey()
Returns:
private key using by attachments to digitally sign requests to UCM

getPublicCertificate

public java.security.cert.X509Certificate getPublicCertificate()
return the public certificate used to create the digital signature


getFingerPrint

public java.lang.String getFingerPrint()
Returns:
a finger print of the public certificate used to create the digital signature.

reset

public static void reset()
Resets the AttachmentsKeystore to its initial state.


Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.